home *** CD-ROM | disk | FTP | other *** search
-
- // This JavaScript file was autogenerated from inc/plugins/tools/nurbs/n3spiral.h
- // Do not modify by hand
- // Copyrights 2001, Realsoft Graphics, Finland
-
- include("real/iagad/n3intact.js")
- var R3CLID_NUMSPIRALGADGET = 1791;
-
- R3NUMSPIRALGADM_SPIN = 1791000;
-
- function _R3NUMSPIRALGADM_SPIN() {
- return this.r3Do(R3NUMSPIRALGADM_SPIN, arguments);
- }
-
-
- R3NUMSPIRALGADM_DEPTH = 1791001;
-
- function _R3NUMSPIRALGADM_DEPTH() {
- return this.r3Do(R3NUMSPIRALGADM_DEPTH, arguments);
- }
-
- function r3Numspiralgadget () {
- this.base = r3God;
- if(arguments.length) {
- this.base(R3CLID_NUMSPIRALGADGET, arguments);
- }
- // Methods
- this.SPIN=_R3NUMSPIRALGADM_SPIN;
- this.DEPTH=_R3NUMSPIRALGADM_DEPTH;
-
- // Attributes
- }
-
- r3Numspiralgadget.prototype=new r3Numinteractorgadget;
- // inc/plugins/tools/nurbs/n3spiral.h_H